mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2025-11-23 08:54:27 +01:00
fix: remove deprecated compose version tag
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
version: '3.1'
|
||||
|
||||
services:
|
||||
|
||||
yourls:
|
||||
@@ -34,6 +32,8 @@ services:
|
||||
image: mysql:latest
|
||||
container_name: yourls-db
|
||||
restart: unless-stopped
|
||||
expose:
|
||||
- 3306
|
||||
environment:
|
||||
MYSQL_DATABASE: yourls
|
||||
MYSQL_USER: yourls
|
||||
|
||||
Reference in New Issue
Block a user